home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / watch.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  463 b   |  9 lines

  1. time_t getlogtime DCLPROTO((struct utmp *u,int inout));
  2. char *watch3ary DCLPROTO((int inout,struct utmp *u,char *fmt,int prnt));
  3. char *watchlog2 DCLPROTO((int inout,struct utmp *u,char *fmt,int prnt,int fini));
  4. void watchlog DCLPROTO((int inout,struct utmp *u,char **w,char *fmt));
  5. int ucmp DCLPROTO((struct utmp *u,struct utmp *v));
  6. void readwtab DCLPROTO((void));
  7. void dowatch DCLPROTO((void));
  8. int bin_log DCLPROTO((char *nam,char **argv,char *ops,int func));
  9.